
*{
	margin:0;
	padding:0;
}

body
{
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background:linear-gradient(rgba(0,0,0,0.5),#009688);
}

.container{
	position:absolute;
	display:block;
	background:#161922;
	width:90%;
	height:90%;
	box-shadow:18px 25px rgba(0,0,0,0.5);
	border-radius:20px;	
	
	
}

.head h1{
	text-align: center;
	font-family: 'Dancing Script', cursive;
	font-size:55px;
	font-weight:bolder;
	color:#009688;
	line-height:2;
}

.head h4{
	font-size:40px;
	font-weight:bold;
	font-family: 'Dancing Script', cursive;
	color:#009688;
	text-align:center;
	letter-spacing:1.5;
	margin-bottom:10px;
	line-height:1.5;
}

.content p{
	font-size:40px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1;
	line-height:1.5;
	color:white;
	margin-bottom:10px;
	font-family:freestyle script, cursive;
	
}
  
.navbtn a{
	padding:15px 20px;
	border:4px solid #009688;
	background:#fff;	
	text-decoration:none;
	color:#009688;
	border-radius:5px;
	font-size:50px;
	font-weight:600px;
	line-height:3;
}


@media screen and (max-width:750px)
{

.head h1{
	font-size:33px
	line-height:1;
}

.head h4{
	font-size:27px;
	letter-spacing:1;
	margin-bottom:20px;
}

.content p{
	font-size:20px;
}}















